projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f3e798
)
(auto-mode-alist): Handle .f90 files.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Sep 1995 16:36:41 +0000
(16:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Sep 1995 16:36:41 +0000
(16:36 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index a71331bfcc41177de86eed72d4d17a8de980d573..10d206711fdcc5aa06b6fd9c305164cbf054f9bd 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-910,6
+910,7
@@
run `normal-mode' explicitly."
("\\.article\\'" . text-mode)
("\\.letter\\'" . text-mode)
("\\.tcl\\'" . tcl-mode)
+ ("\\.f90\\'" . f90-mode)
("\\.lsp\\'" . lisp-mode)
("\\.awk\\'" . awk-mode)
("\\.prolog\\'" . prolog-mode)